home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Help / SMIL / style / W3C-WD.css < prev   
Cascading Style Sheet File  |  2000-03-13  |  2KB  |  89 lines

  1. /* #include virtual="./base.css" */
  2.  
  3. BODY {
  4.   margin: 2em 1em 2em 70px;
  5.   font-family: sans-serif;
  6.   color: black;
  7.   background-color: white;
  8.   background-position: top left;
  9.   background-attachment: fixed;
  10.   background-repeat: no-repeat;
  11. }
  12.  
  13. TH, TD { /* ns 4 */
  14.   font-family: sans-serif;
  15. }
  16.  
  17. H1, H2, H3 {
  18.   text-align: left;
  19.   font-family: sans-serif;
  20.   font-weight: normal;
  21.   color: #0050B2; 
  22. }
  23.  
  24. .hide { display: none }
  25.  
  26. DIV.head { margin-bottom: 1em }
  27. DIV.head H1 { margin-top: 2em; clear: both }
  28. DIV.head TABLE { margin-left: 2em; margin-top: 2em }
  29. DIV.head IMG { color: white; border: none } /* remove border from top image */
  30.  
  31. P.copyright { font-size: smaller }
  32.  
  33. @media screen {  /* hide from IE3 */
  34. A:hover { background: #FFA } 
  35. }
  36.  
  37. PRE { margin-left: 2em }
  38. /*
  39. P {
  40.   margin-top: 0.6em;
  41.   margin-bottom: 0.6em;
  42. }
  43. */
  44. DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
  45. DT { font-weight: bold }
  46.  
  47. PRE { font-family: monospace }        /* navigator 4 requires this */
  48.  
  49. UL.toc {
  50.   list-style: disc;             /* Mac NS has problem with 'none' */
  51.   list-style: none;
  52. }
  53.  
  54. @media aural {  
  55.   H1, H2, H3 { stress: 20; richness: 90 }
  56.   .hide { speak: none }
  57.   P.copyright { volume: x-soft; speech-rate: x-fast }
  58.   DT { pause-before: 20% }
  59.   PRE { speak-punctuation: code } 
  60. }
  61.  
  62. /*
  63. P {
  64.   margin-top: 0.6em;
  65.   margin-bottom: 0.6em;
  66. }
  67. */
  68. DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
  69. DT { font-weight: bold }
  70.  
  71. PRE { font-family: monospace }        /* navigator 4 requires this */
  72.  
  73. UL.toc { list-style: none }
  74.  
  75. @media aural {  
  76.   H1, H2, H3 { stress: 20; richness: 90 }
  77.   .hide { speak: none }
  78.   P.copyright { volume: x-soft; speech-rate: x-fast }
  79.   DT { pause-before: 20% }
  80.   PRE { speak-punctuation: code } 
  81. }
  82.  
  83. /* W3C-WD.css" */
  84.  
  85. BODY {
  86. /*  background-image: url(http://www.w3.org/StyleSheets/TR/WD.gif); */
  87.   background-image: url(images/WD.gif);
  88. }
  89.